type runtime.traceProcStatus
5 uses
runtime (current package)
traceevent.go#L121: func (tl traceLocker) eventWriter(goStatus traceGoStatus, procStatus traceProcStatus) traceEventWriter {
tracestatus.go#L28: type traceProcStatus uint8
tracestatus.go#L31: traceProcBad traceProcStatus = iota
tracestatus.go#L78: var status traceProcStatus
tracestatus.go#L109: func (w traceWriter) writeProcStatus(pid uint64, status traceProcStatus, inSweep bool) traceWriter {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |